IMapView.Lookup Method

Returns the item at the specified key in the map view.

Syntax

public:
V Lookup(
         K key
)  

Parameters

key
Type: K 

The key to locate in the map view.

Return value

Type: V 

The item associated with the specified key.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IMapView Generic Interface

IMapView Members

Windows.Foundation.Collections Namespace